[Extension()] public static IMonitor<T> Monitor<T>( T eventSource, Action<EventMonitorOptions> configureOptions )
Parameters
- eventSource
- The object for which to monitor the events.
- configureOptions
- Options to configure the EventMonitor.
Type Parameters
- T